首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
mt_getrandmax
mt_getrandmax
顯示隨機數的最大可能值
名稱:
mt_getrandmax
分類:
數學
所屬語言:
php
一句話介紹:
顯示隨機數的最大可能值。
相關內容
如何使用mt_getrandmax() 配合mt_rand() 生成範圍隨機數
8
mt_getrandmax() 與mt_rand() 一起使用時的常見問題
2
使用mt_getrandmax() 獲取最大隨機值的實際應用
1
同類函數
rand
rand
產生一個隨機整數
rad2deg
rad2deg
將弧度數轉換為相應的角度數
decbin
decbin
十進制轉換為二進制
abs
abs
絕對值
atan2
atan2
兩個參數的反正切
log1p
log1p
返回log(1+number),甚至當n
tan
tan
正切
hypot
hypot
計算一直角三角形的斜邊長度
熱門文章
使用mt_getrandmax() 獲取最大隨機值的實際應用
如何使用mt_getrandmax() 配合mt_rand() 生成範圍隨機數
mt_getrandmax() 與mt_rand() 一起使用時的常見問題